All Questions
1 question
2votes
1answer
1kviews
Why are environment variables not resolved when double-clicking .desktop file?
I have a Java application which is launched by a shell script. The first part of the shell script is to resolve the Java location by looking at $JAVA_HOME. The shell script is working well if launched ...